home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / misc / INSTALL.OS2 < prev    next >
Text File  |  1997-04-13  |  2KB  |  69 lines

  1. ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
  2.  INSTRUCTIONS ON HOW TO INSTALL SMALLEIFFEL ON YOUR COMPUTER      22-SEP-1996
  3. ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
  4.  
  5.  
  6. INTRODUCTION:
  7. -------------
  8.  
  9. In order to install SmallEiffel under OS/2, you need:
  10.  
  11. - the emx 0.9/gcc2.6.2 or gcc2.7.0 package (or newer) installed on your
  12. harddisk.
  13. You may find it on ftp.cdrom.com (/pub/os2/emx), or on any mirror.
  14.  
  15. - an OS/2 HPFS partition
  16. 4.5 to 5 Mb of free space is enough if you decide to keep the sources
  17. otherwise 2 Mb will make it.
  18.  
  19.  
  20. PRELIMINARY TASKS:
  21. ------------------
  22.  
  23. If you have an older version of SmallEiffel installed, please
  24. remove it, or rename the SmallEiffel old directory.
  25.  
  26.  
  27. INSTALLATION:
  28. -------------
  29.  
  30. 1: Extract the file SExxxOS2.ZIP in your root directory.
  31. Don't use pkunzip. Most of the files come with long names, so you'd
  32. better using unzip (use the version for OS/2, you can get it on
  33. ftp.cdrom.com too)
  34.   c:
  35.   cd \
  36.   unzip SExxxOS2
  37.  
  38. 2: Edit your config.sys, and add the following line:
  39.   SET SMALLEIFFEL=C:\SMALLEIFFEL\
  40. (of course, if you have decided to install it in another directory,
  41. replace the path by the correct one).
  42. Add C:\SMALLEIFFEL\BIN to your path line.
  43.  
  44. 3: In the directory EMX\BIN, you should find a binary named strip.exe,
  45. delete it or rename it to strip.old .
  46. Create a file named strip.cmd containing the line:
  47. @emxbind -qs %1
  48.  
  49. 4: Reboot your machine.
  50.  
  51. That's all.
  52.  
  53.  
  54. UPGRADING YOUR VERSION:
  55. -----------------------
  56.  
  57. Since SmallEiffel is still under development, you may want to
  58. get the lastest version. It's available on
  59. ftp.loria.fr in /pub/loria/genielog/SmallEiffel
  60.  
  61.  
  62. GETTING LOST?:
  63. --------------
  64.  
  65. For more information, please feel free to e-mail at:
  66. Andre.Doherty@scinfo.u-nancy.fr
  67.  
  68.  
  69.